home *** CD-ROM | disk | FTP | other *** search
/ MACup 1998 March / Image.iso / showdata / SHOWEINF.Dxr / 00007_RO Karte.ls < prev    next >
Encoding:
Text File  |  1997-07-31  |  213 b   |  11 lines

  1. on checkRO
  2.   global oldRO
  3.   if not (rollOver() = oldRO) then
  4.     set ROchannel to rollOver()
  5.     if (ROchannel > 9) and (ROchannel < 40) then
  6.       put ROchannel
  7.     end if
  8.     set oldRO to ROchannel
  9.   end if
  10. end
  11.